type runtime.arraytype

6 uses

	runtime (current package)
		alg.go#L231: 		a := (*arraytype)(unsafe.Pointer(t))
		alg.go#L296: 		a := (*arraytype)(unsafe.Pointer(t))
		cgocall.go#L612: 		at := (*arraytype)(unsafe.Pointer(t))
		type.go#L401: type arraytype = abi.ArrayType
		type.go#L547: 		at := (*arraytype)(unsafe.Pointer(t))
		type.go#L548: 		av := (*arraytype)(unsafe.Pointer(v))